Represents a single Pet in the Store.
Pet
Represents a single Pet in the Store.
|
Name | Description | Data Type |
---|---|---|
id | Unique identifier for this pet. | integer |
category | Pet category. | Category |
name | Pet Name. | string |
photoUrls | Photo Urls. | Array[string] |
tags | Tags currently applied to this Pet. | Array[Tag] |
status | Pet Status. | string |